home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / thelosti.swf / scripts / frame_4 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  149 b   |  10 lines

  1. stop();
  2. next_btn.onRelease = function()
  3. {
  4.    gotoAndStop("tutorial3");
  5. };
  6. prev_btn.onRelease = function()
  7. {
  8.    gotoAndStop("tutorial1");
  9. };
  10.